From: Andreas Tille Date: Wed, 4 May 2022 06:52:10 +0000 (+0200) Subject: Upstream has bumped SONAME thus rename binary package for shared library X-Git-Tag: archive/raspbian/3.6.9-4+rpi1^2~84 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ea9bbb6670cd0c4e49cfec86f69cdd91ae8d0dbc;p=dcmtk.git Upstream has bumped SONAME thus rename binary package for shared library --- diff --git a/debian/changelog b/debian/changelog index 6a70278a..fa2f48b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +dcmtk (3.6.7-2) UNRELEASED; urgency=medium + + * Team upload. + * Upstream has bumped SONAME thus rename binary package for shared + library + Closes: #1010536 + + -- Andreas Tille Wed, 04 May 2022 08:50:53 +0200 + dcmtk (3.6.7-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 0f656420..74ef7467 100644 --- a/debian/control +++ b/debian/control @@ -38,7 +38,7 @@ Description: OFFIS DICOM toolkit command line utilities . Note: This version was compiled with libssl support. -Package: libdcmtk16 +Package: libdcmtk17 Architecture: any Section: libs Depends: ${misc:Depends}, @@ -62,7 +62,7 @@ Description: OFFIS DICOM toolkit runtime libraries Package: libdcmtk-dev Architecture: any Section: libdevel -Depends: libdcmtk16 (= ${binary:Version}), +Depends: libdcmtk17 (= ${binary:Version}), libpng-dev, libssl-dev, libtiff-dev, diff --git a/debian/libdcmtk16.install b/debian/libdcmtk16.install deleted file mode 100644 index cafca22a..00000000 --- a/debian/libdcmtk16.install +++ /dev/null @@ -1,2 +0,0 @@ -usr/lib/*/*.so.* -usr/share/libdcmtk16/*.dic diff --git a/debian/libdcmtk16.lintian-overrides b/debian/libdcmtk16.lintian-overrides deleted file mode 100644 index 12b96174..00000000 --- a/debian/libdcmtk16.lintian-overrides +++ /dev/null @@ -1,5 +0,0 @@ -# There is more than one library in one package bundles which makes perfectly -# sense in this application but does not enable naming the library package apropriately -libdcmtk16: package-name-doesnt-match-sonames -libdcmtk16: embedded-library -libdcmtk16: no-symbols-control-file diff --git a/debian/libdcmtk17.install b/debian/libdcmtk17.install new file mode 100644 index 00000000..cafca22a --- /dev/null +++ b/debian/libdcmtk17.install @@ -0,0 +1,2 @@ +usr/lib/*/*.so.* +usr/share/libdcmtk16/*.dic diff --git a/debian/libdcmtk17.lintian-overrides b/debian/libdcmtk17.lintian-overrides new file mode 100644 index 00000000..92ea7680 --- /dev/null +++ b/debian/libdcmtk17.lintian-overrides @@ -0,0 +1,5 @@ +# There is more than one library in one package bundles which makes perfectly +# sense in this application but does not enable naming the library package apropriately +libdcmtk17: package-name-doesnt-match-sonames +libdcmtk17: embedded-library +libdcmtk17: no-symbols-control-file